LassoScript Utility
Basics Browse Detail

[String->IsBase]

Tag Link [String->IsBase] Category String
Type Member Source Available No
Support Preferred Version 7.0
Change Unchanged Data Source Any
Output Type Boolean Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0

Description

[String->IsBase] checks whether a specified character within the string is one of the base characters of Unicode. The tag returns True if the character is one of the base characters of Unicdoe or False otherwise.

Syntax

[If: 'String'->(IsBase: 3)] ... [/If]

Parameters

Required Parameters
Position The character within the string to inspect.

Examples

To check whether a character is part of the base of Unicode:

Use the [String->IsBase] tag. The following example returns True since the fourth character of the string is part of the base set of Unicode characters.

[Output: '26 Letters'->(IsBase: 4)]

True

Related Tags

Category Tags